Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Generate random strings
# yarn
yarn add strdm -S --registry=https://registry.npmjs.org/
# npm
npm i strdm -S --registry=https://registry.npmjs.org/
const strdm = require('strdm');
console.log(strdm()); // dZUYsl
console.log(strdm(32)); // ilq4i3rXe70rz3j4hrpjMKI3jqCDpr0q
console.log(strdm(32, true)); // 8AMl$2+8jC25u}>DXjjo9p]n.,vWhzVU
console.log(strdm(32, 'ABCDEFG123askdsl')); // sdd2d1EFka2sBGdAs3Dsd2sAAsCCk1CG
console.log(strdm(32, { numbers: false })); // iwhfOOHlEFNIbuTGHseCyCYnppCXoraZ
console.log(strdm(32, { strings: false })); // 56124247096321521961829045800161
console.log(strdm(32, { strings: 'ABCDEFG' })); // 8EE9B8GFF79CF28AADA9A2G439242211
console.log(strdm(32, { symbols: true })); // HccU8vM)1,TVHi$=J,::V^wiMxY(tG-j
console.log(strdm(32, { symbols: true, numbers: false, strings: false })); // ,|+;%]@;,_+#(%.~;[@!{}-<~?@=;;??
console.log(strdm(32, { symbols: ':;', numbers: false, strings: false })); // :;;;::;;:::::;::::;:;::;:;::;;;:
import strdm from "strdm";
console.log(strdm()); // dZUYsl
console.log(strdm(32)); // ilq4i3rXe70rz3j4hrpjMKI3jqCDpr0q
console.log(strdm(32, true)); // 8AMl$2+8jC25u}>DXjjo9p]n.,vWhzVU
console.log(strdm(32, 'ABCDEFG123askdsl')); // sdd2d1EFka2sBGdAs3Dsd2sAAsCCk1CG
console.log(strdm(32, { numbers: false })); // iwhfOOHlEFNIbuTGHseCyCYnppCXoraZ
console.log(strdm(32, { strings: false })); // 56124247096321521961829045800161
console.log(strdm(32, { strings: 'ABCDEFG' })); // 8EE9B8GFF79CF28AADA9A2G439242211
console.log(strdm(32, { symbols: true })); // HccU8vM)1,TVHi$=J,::V^wiMxY(tG-j
console.log(strdm(32, { symbols: true, numbers: false, strings: false })); // ,|+;%]@;,_+#(%.~;[@!{}-<~?@=;;??
console.log(strdm(32, { symbols: ':;', numbers: false, strings: false })); // :;;;::;;:::::;::::;:;::;:;::;;;:
FAQs
Generate random string
The npm package strdm receives a total of 2 weekly downloads. As such, strdm popularity was classified as not popular.
We found that strdm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.